home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / Sparc / solaris_config.h < prev   
Encoding:
C/C++ Source or Header  |  1994-02-13  |  469 b   |  33 lines

  1. /* config.h 
  2.     vi:se ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. #define SOLARIS 
  11. #define P(args) args
  12. /* #define P(x) ()    */
  13.  
  14. #define ID(x)
  15. /* #define ID(x)  LOCAL char *id= x ; */
  16. /* #define USE_AT_EXIT */
  17.  
  18. /* #define KLUDGE_TAG */
  19. #define GZIP         
  20. /* #define FORKING    */
  21. /*    #define void        */
  22.  
  23. typedef void *GENERIC;
  24. /* typedef char *GENERIC; */
  25.  
  26. #ifdef AMIGA
  27. #else
  28. #ifdef __386BSD__
  29. #else
  30. #define MALLOC_NOT_IN_STDLIB
  31. #endif
  32. #endif
  33.